|
|
|
|
ButtonBackColor Property, ScrollingClass Class |
Defines the scroll button and Close, Minimize, Restore button background color.
Syntax ScrollingClass Class (Softelvdm.SftTabsNET)
VB |
Public Property ButtonBackColor As Color |
C# |
public Color ButtonBackColor { get; set; } |
C++ |
public: property Color ButtonBackColor { |
Property Value
The background color of the scroll buttons and Close, Minimize, Restore buttons.
The default value is SystemColors.Control.
Comments
The ButtonBackColor property defines the scroll button and Close, Minimize, Restore button background color.
If the tab control uses Windows themes and the buttons are defined to use themes (see ButtonStyle), the ButtonBackColor property has no effect.